home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
CalculatorLab
/
English.lproj
/
Help.nib
/
data.classes
next >
Wrap
Text File
|
1992-05-27
|
328b
|
25 lines
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
SimpleCalc = {
ACTIONS = {
clearKeys:;
infoPanel:;
numberDirectFromDisplay:;
equalsKey:;
appDidInit:;
helpPanel:;
windowWillClose:;
};
OUTLETS = {
stringSet;
infoPanel;
helpPanel;
enterKey;
display;
};
SUPERCLASS = Object;
};